Click or drag to resize

ServiceGetClientAccessToken Method (IListClientAccessTokenRequest)

Gets the client access token.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PerformReminderActionResponse GetClientAccessToken(
	IList<ClientAccessTokenRequest> clientAccessTokenRequests
)

Parameters

clientAccessTokenRequests
Type: System.Collections.GenericIListClientAccessTokenRequest
The client access token requests.

Return Value

Type: PerformReminderActionResponse
PerformReminderActionResponse.
See Also